home *** CD-ROM | disk | FTP | other *** search
- /* UNIQUE.C
-
- Copyright (c) 1984, Gordon Lee Waite
- 413 W. Pleasant Street
- Maquoketa, IA 52060
-
-
- summary: unique infile outfile
-
- arguments: infile is the name of the input file.
-
- outfile is the name of the output file.
-
- options: none
-
- description:
-
- UNIQUE is used to strip adjacent duplicate lines from a file.
-
- The results can be routed to the screen by using CON: for
- the outfile, or to the printer by using PRN:
- */
-